ComponentOne ASP.NET MVC Controls
MaxLength Method

C1.Web.Mvc.Fluent Namespace > ColumnBaseBuilder<TControl,TBuilder> Class : MaxLength Method
The value.
Configurates C1.Web.Mvc.ColumnBase.MaxLength. Sets the maximum number of characters that the can be entered into the cell.
Syntax
'Declaration
 
Public Function MaxLength( _
   ByVal value As Nullable(Of Integer) _
) As TBuilder
public TBuilder MaxLength( 
   Nullable<int> value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
Set this property to null to allow entry of any number of characters.
See Also

Reference

ColumnBaseBuilder<TControl,TBuilder> Class
ColumnBaseBuilder<TControl,TBuilder> Members